GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddFreeHandAnnot / AddFreeHandAnnot(Color,PointF[]) Method





In This Topic
AddFreeHandAnnot(Color,PointF[]) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddFreeHandAnnot( _
   ByVal BorderColor As Color, _
   ByVal Points() As PointF _
) As AnnotationFreeHand
public AnnotationFreeHand AddFreeHandAnnot( 
   Color BorderColor,
   PointF[] Points
)
public function AddFreeHandAnnot( 
    BorderColor: Color;
    Points: PointFarray of
): AnnotationFreeHand; 
public function AddFreeHandAnnot( 
   BorderColor : Color,
   Points : PointF[]
) : AnnotationFreeHand;
public: AnnotationFreeHand* AddFreeHandAnnot( 
   Color BorderColor,
   PointF[]* Points
) 
public:
AnnotationFreeHand^ AddFreeHandAnnot( 
   Color BorderColor,
   array<PointF>^ Points
) 

Parameters

BorderColor
Points
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List